home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Anokee Illuminator / anokeeilluminator.exe / %MAINDIR% / Quicker.exe / 0 / RCDATA / TFMSLIDESHOW / TFMSLIDESHOW.txt < prev   
Encoding:
Text File  |  2002-03-18  |  3.5 KB  |  176 lines

  1. object fmSlideshow: TfmSlideshow
  2.   Left = 314
  3.   Top = 314
  4.   BorderStyle = bsDialog
  5.   Caption = 'Slideshow'
  6.   ClientHeight = 206
  7.   ClientWidth = 382
  8.   Color = clSilver
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Verdana'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 67
  23.     Width = 74
  24.     Height = 13
  25.     Caption = 'Image Delay'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 136
  29.     Top = 67
  30.     Width = 70
  31.     Height = 13
  32.     Caption = '(in seconds)'
  33.   end
  34.   object Label4: TLabel
  35.     Left = 8
  36.     Top = 113
  37.     Width = 274
  38.     Height = 13
  39.     Caption = 'NOTE: Use the [Esc] key to close the slideshow.'
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'Verdana'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Label5: TLabel
  48.     Left = 48
  49.     Top = 131
  50.     Width = 323
  51.     Height = 13
  52.     Caption = 'Use the right mouse button to display this window again.'
  53.     Font.Charset = ANSI_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'Verdana'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object Label6: TLabel
  61.     Left = 56
  62.     Top = 8
  63.     Width = 191
  64.     Height = 13
  65.     Caption = 'You'#39're about to start a slideshow!'
  66.     Font.Charset = ANSI_CHARSET
  67.     Font.Color = clNavy
  68.     Font.Height = -11
  69.     Font.Name = 'Verdana'
  70.     Font.Style = []
  71.     ParentFont = False
  72.   end
  73.   object lbLocationCaption: TLabel
  74.     Left = 56
  75.     Top = 24
  76.     Width = 52
  77.     Height = 13
  78.     Caption = 'Location:'
  79.     Font.Charset = ANSI_CHARSET
  80.     Font.Color = clNavy
  81.     Font.Height = -11
  82.     Font.Name = 'Verdana'
  83.     Font.Style = []
  84.     ParentFont = False
  85.   end
  86.   object lbLocation: TLabel
  87.     Left = 120
  88.     Top = 24
  89.     Width = 52
  90.     Height = 13
  91.     Caption = 'Unknown'
  92.     Font.Charset = ANSI_CHARSET
  93.     Font.Color = clNavy
  94.     Font.Height = -11
  95.     Font.Name = 'Verdana'
  96.     Font.Style = []
  97.     ParentFont = False
  98.   end
  99.   object imgLogo: TImage
  100.     Left = 8
  101.     Top = 16
  102.     Width = 32
  103.     Height = 32
  104.     AutoSize = True
  105.     Picture.Data = {<image000.bmp>}
  106.     Transparent = True
  107.   end
  108.   object lbFilesCaption: TLabel
  109.     Left = 57
  110.     Top = 40
  111.     Width = 30
  112.     Height = 13
  113.     Caption = 'Files:'
  114.     Font.Charset = ANSI_CHARSET
  115.     Font.Color = clNavy
  116.     Font.Height = -11
  117.     Font.Name = 'Verdana'
  118.     Font.Style = []
  119.     ParentFont = False
  120.   end
  121.   object lbFiles: TLabel
  122.     Left = 120
  123.     Top = 40
  124.     Width = 52
  125.     Height = 13
  126.     Caption = 'Unknown'
  127.     Font.Charset = ANSI_CHARSET
  128.     Font.Color = clNavy
  129.     Font.Height = -11
  130.     Font.Name = 'Verdana'
  131.     Font.Style = []
  132.     ParentFont = False
  133.   end
  134.   object edDelay: TEdit
  135.     Left = 96
  136.     Top = 64
  137.     Width = 33
  138.     Height = 21
  139.     TabOrder = 0
  140.     Text = '2'
  141.   end
  142.   object cbLoop: TCheckBox
  143.     Left = 8
  144.     Top = 90
  145.     Width = 297
  146.     Height = 17
  147.     Caption = 'Loop (Start over again when finished)'
  148.     Checked = True
  149.     State = cbChecked
  150.     TabOrder = 1
  151.   end
  152.   object btPlay: TButton
  153.     Left = 120
  154.     Top = 176
  155.     Width = 75
  156.     Height = 25
  157.     Hint = 'Close this window and start the slideshow'
  158.     Caption = '&Play'
  159.     Default = True
  160.     ModalResult = 1
  161.     TabOrder = 2
  162.     OnClick = btPlayClick
  163.   end
  164.   object btCancel: TButton
  165.     Left = 208
  166.     Top = 176
  167.     Width = 75
  168.     Height = 25
  169.     Hint = 'Close this window and cancel the slideshow'
  170.     Cancel = True
  171.     Caption = 'C&lose'
  172.     ModalResult = 2
  173.     TabOrder = 3
  174.   end
  175. end
  176.